:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #78797c;
	--secondary: #324562;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #707070;
	font-style: normal;
	font-variant: normal;
	font-family: Roboto;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}

.cms a,
body a {
	color: inherit;
}

.cms a:hover,
body a:hover {
	color: inherit;
}

.cms a,
.cms a:active,
.cms a:focus,
.cms a:hover,
body a,
body a:active,
body a:focus,
body a:hover {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: 0;
	outline-offset: 0;
}

.cms blockquote,
.cms figcaption,
.cms figure,
.cms p,
.cms ul,
.cms ul li,
body blockquote,
body figcaption,
body figure,
body p,
body ul,
body ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #545454;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms blockquote+blockquote,
.cms blockquote+figure,
.cms blockquote+ol,
.cms blockquote+p,
.cms blockquote+ul,
.cms figcaption+blockquote,
.cms figcaption+figure,
.cms figcaption+ol,
.cms figcaption+p,
.cms figcaption+ul,
.cms figure+blockquote,
.cms figure+figure,
.cms figure+ol,
.cms figure+p,
.cms figure+ul,
.cms p+blockquote,
.cms p+figure,
.cms p+ol,
.cms p+p,
.cms p+ul,
.cms ul li+blockquote,
.cms ul li+figure,
.cms ul li+ol,
.cms ul li+p,
.cms ul li+ul,
.cms ul+blockquote,
.cms ul+figure,
.cms ul+ol,
.cms ul+p,
.cms ul+ul,
body blockquote+blockquote,
body blockquote+figure,
body blockquote+ol,
body blockquote+p,
body blockquote+ul,
body figcaption+blockquote,
body figcaption+figure,
body figcaption+ol,
body figcaption+p,
body figcaption+ul,
body figure+blockquote,
body figure+figure,
body figure+ol,
body figure+p,
body figure+ul,
body p+blockquote,
body p+figure,
body p+ol,
body p+p,
body p+ul,
body ul li+blockquote,
body ul li+figure,
body ul li+ol,
body ul li+p,
body ul li+ul,
body ul+blockquote,
body ul+figure,
body ul+ol,
body ul+p,
body ul+ul {
	margin: 15px 0 0 0;
}

.cms blockquote+.h1,
.cms blockquote+.h2,
.cms blockquote+.h3,
.cms blockquote+.h4,
.cms blockquote+.h5,
.cms blockquote+.h6,
.cms blockquote+h1,
.cms blockquote+h2,
.cms blockquote+h3,
.cms blockquote+h4,
.cms blockquote+h5,
.cms blockquote+h6,
.cms figcaption+.h1,
.cms figcaption+.h2,
.cms figcaption+.h3,
.cms figcaption+.h4,
.cms figcaption+.h5,
.cms figcaption+.h6,
.cms figcaption+h1,
.cms figcaption+h2,
.cms figcaption+h3,
.cms figcaption+h4,
.cms figcaption+h5,
.cms figcaption+h6,
.cms figure+.h1,
.cms figure+.h2,
.cms figure+.h3,
.cms figure+.h4,
.cms figure+.h5,
.cms figure+.h6,
.cms figure+h1,
.cms figure+h2,
.cms figure+h3,
.cms figure+h4,
.cms figure+h5,
.cms figure+h6,
.cms p+.h1,
.cms p+.h2,
.cms p+.h3,
.cms p+.h4,
.cms p+.h5,
.cms p+.h6,
.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms ul li+.h1,
.cms ul li+.h2,
.cms ul li+.h3,
.cms ul li+.h4,
.cms ul li+.h5,
.cms ul li+.h6,
.cms ul li+h1,
.cms ul li+h2,
.cms ul li+h3,
.cms ul li+h4,
.cms ul li+h5,
.cms ul li+h6,
.cms ul+.h1,
.cms ul+.h2,
.cms ul+.h3,
.cms ul+.h4,
.cms ul+.h5,
.cms ul+.h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6,
body blockquote+.h1,
body blockquote+.h2,
body blockquote+.h3,
body blockquote+.h4,
body blockquote+.h5,
body blockquote+.h6,
body blockquote+h1,
body blockquote+h2,
body blockquote+h3,
body blockquote+h4,
body blockquote+h5,
body blockquote+h6,
body figcaption+.h1,
body figcaption+.h2,
body figcaption+.h3,
body figcaption+.h4,
body figcaption+.h5,
body figcaption+.h6,
body figcaption+h1,
body figcaption+h2,
body figcaption+h3,
body figcaption+h4,
body figcaption+h5,
body figcaption+h6,
body figure+.h1,
body figure+.h2,
body figure+.h3,
body figure+.h4,
body figure+.h5,
body figure+.h6,
body figure+h1,
body figure+h2,
body figure+h3,
body figure+h4,
body figure+h5,
body figure+h6,
body p+.h1,
body p+.h2,
body p+.h3,
body p+.h4,
body p+.h5,
body p+.h6,
body p+h1,
body p+h2,
body p+h3,
body p+h4,
body p+h5,
body p+h6,
body ul li+.h1,
body ul li+.h2,
body ul li+.h3,
body ul li+.h4,
body ul li+.h5,
body ul li+.h6,
body ul li+h1,
body ul li+h2,
body ul li+h3,
body ul li+h4,
body ul li+h5,
body ul li+h6,
body ul+.h1,
body ul+.h2,
body ul+.h3,
body ul+.h4,
body ul+.h5,
body ul+.h6,
body ul+h1,
body ul+h2,
body ul+h3,
body ul+h4,
body ul+h5,
body ul+h6 {
	margin: 30px 0 0 0;
}

.cms blockquote+div,
.cms figcaption+div,
.cms figure+div,
.cms p+div,
.cms ul li+div,
.cms ul+div,
body blockquote+div,
body figcaption+div,
body figure+div,
body p+div,
body ul li+div,
body ul+div {
	margin-top: 15px;
}

.cms img+p,
body img+p {
	margin: 15px 0 0 0;
}

.cms div+.h1,
.cms div+.h2,
.cms div+.h3,
.cms div+.h4,
.cms div+.h5,
.cms div+.h6,
.cms div+blockquote,
.cms div+figure,
.cms div+h1,
.cms div+h2,
.cms div+h3,
.cms div+h4,
.cms div+h5,
.cms div+h6,
.cms div+ol,
.cms div+p,
.cms div+ul,
body div+.h1,
body div+.h2,
body div+.h3,
body div+.h4,
body div+.h5,
body div+.h6,
body div+blockquote,
body div+figure,
body div+h1,
body div+h2,
body div+h3,
body div+h4,
body div+h5,
body div+h6,
body div+ol,
body div+p,
body div+ul {
	margin-top: 15px;
}

.cms .h1,
.cms .h2,
.cms .h3,
.cms .h4,
.cms .h5,
.cms .h6,
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin: 0;
	padding: 0;
}

.cms .h1+.h1,
.cms .h1+.h2,
.cms .h1+.h3,
.cms .h1+.h4,
.cms .h1+.h5,
.cms .h1+.h6,
.cms .h1+figure,
.cms .h1+h1,
.cms .h1+h2,
.cms .h1+h3,
.cms .h1+h4,
.cms .h1+h5,
.cms .h1+h6,
.cms .h2+.h1,
.cms .h2+.h2,
.cms .h2+.h3,
.cms .h2+.h4,
.cms .h2+.h5,
.cms .h2+.h6,
.cms .h2+figure,
.cms .h2+h1,
.cms .h2+h2,
.cms .h2+h3,
.cms .h2+h4,
.cms .h2+h5,
.cms .h2+h6,
.cms .h3+.h1,
.cms .h3+.h2,
.cms .h3+.h3,
.cms .h3+.h4,
.cms .h3+.h5,
.cms .h3+.h6,
.cms .h3+figure,
.cms .h3+h1,
.cms .h3+h2,
.cms .h3+h3,
.cms .h3+h4,
.cms .h3+h5,
.cms .h3+h6,
.cms .h4+.h1,
.cms .h4+.h2,
.cms .h4+.h3,
.cms .h4+.h4,
.cms .h4+.h5,
.cms .h4+.h6,
.cms .h4+figure,
.cms .h4+h1,
.cms .h4+h2,
.cms .h4+h3,
.cms .h4+h4,
.cms .h4+h5,
.cms .h4+h6,
.cms .h5+.h1,
.cms .h5+.h2,
.cms .h5+.h3,
.cms .h5+.h4,
.cms .h5+.h5,
.cms .h5+.h6,
.cms .h5+figure,
.cms .h5+h1,
.cms .h5+h2,
.cms .h5+h3,
.cms .h5+h4,
.cms .h5+h5,
.cms .h5+h6,
.cms .h6+.h1,
.cms .h6+.h2,
.cms .h6+.h3,
.cms .h6+.h4,
.cms .h6+.h5,
.cms .h6+.h6,
.cms .h6+figure,
.cms .h6+h1,
.cms .h6+h2,
.cms .h6+h3,
.cms .h6+h4,
.cms .h6+h5,
.cms .h6+h6,
.cms h1+.h1,
.cms h1+.h2,
.cms h1+.h3,
.cms h1+.h4,
.cms h1+.h5,
.cms h1+.h6,
.cms h1+figure,
.cms h1+h1,
.cms h1+h2,
.cms h1+h3,
.cms h1+h4,
.cms h1+h5,
.cms h1+h6,
.cms h2+.h1,
.cms h2+.h2,
.cms h2+.h3,
.cms h2+.h4,
.cms h2+.h5,
.cms h2+.h6,
.cms h2+figure,
.cms h2+h1,
.cms h2+h2,
.cms h2+h3,
.cms h2+h4,
.cms h2+h5,
.cms h2+h6,
.cms h3+.h1,
.cms h3+.h2,
.cms h3+.h3,
.cms h3+.h4,
.cms h3+.h5,
.cms h3+.h6,
.cms h3+figure,
.cms h3+h1,
.cms h3+h2,
.cms h3+h3,
.cms h3+h4,
.cms h3+h5,
.cms h3+h6,
.cms h4+.h1,
.cms h4+.h2,
.cms h4+.h3,
.cms h4+.h4,
.cms h4+.h5,
.cms h4+.h6,
.cms h4+figure,
.cms h4+h1,
.cms h4+h2,
.cms h4+h3,
.cms h4+h4,
.cms h4+h5,
.cms h4+h6,
.cms h5+.h1,
.cms h5+.h2,
.cms h5+.h3,
.cms h5+.h4,
.cms h5+.h5,
.cms h5+.h6,
.cms h5+figure,
.cms h5+h1,
.cms h5+h2,
.cms h5+h3,
.cms h5+h4,
.cms h5+h5,
.cms h5+h6,
.cms h6+.h1,
.cms h6+.h2,
.cms h6+.h3,
.cms h6+.h4,
.cms h6+.h5,
.cms h6+.h6,
.cms h6+figure,
.cms h6+h1,
.cms h6+h2,
.cms h6+h3,
.cms h6+h4,
.cms h6+h5,
.cms h6+h6,
body .h1+.h1,
body .h1+.h2,
body .h1+.h3,
body .h1+.h4,
body .h1+.h5,
body .h1+.h6,
body .h1+figure,
body .h1+h1,
body .h1+h2,
body .h1+h3,
body .h1+h4,
body .h1+h5,
body .h1+h6,
body .h2+.h1,
body .h2+.h2,
body .h2+.h3,
body .h2+.h4,
body .h2+.h5,
body .h2+.h6,
body .h2+figure,
body .h2+h1,
body .h2+h2,
body .h2+h3,
body .h2+h4,
body .h2+h5,
body .h2+h6,
body .h3+.h1,
body .h3+.h2,
body .h3+.h3,
body .h3+.h4,
body .h3+.h5,
body .h3+.h6,
body .h3+figure,
body .h3+h1,
body .h3+h2,
body .h3+h3,
body .h3+h4,
body .h3+h5,
body .h3+h6,
body .h4+.h1,
body .h4+.h2,
body .h4+.h3,
body .h4+.h4,
body .h4+.h5,
body .h4+.h6,
body .h4+figure,
body .h4+h1,
body .h4+h2,
body .h4+h3,
body .h4+h4,
body .h4+h5,
body .h4+h6,
body .h5+.h1,
body .h5+.h2,
body .h5+.h3,
body .h5+.h4,
body .h5+.h5,
body .h5+.h6,
body .h5+figure,
body .h5+h1,
body .h5+h2,
body .h5+h3,
body .h5+h4,
body .h5+h5,
body .h5+h6,
body .h6+.h1,
body .h6+.h2,
body .h6+.h3,
body .h6+.h4,
body .h6+.h5,
body .h6+.h6,
body .h6+figure,
body .h6+h1,
body .h6+h2,
body .h6+h3,
body .h6+h4,
body .h6+h5,
body .h6+h6,
body h1+.h1,
body h1+.h2,
body h1+.h3,
body h1+.h4,
body h1+.h5,
body h1+.h6,
body h1+figure,
body h1+h1,
body h1+h2,
body h1+h3,
body h1+h4,
body h1+h5,
body h1+h6,
body h2+.h1,
body h2+.h2,
body h2+.h3,
body h2+.h4,
body h2+.h5,
body h2+.h6,
body h2+figure,
body h2+h1,
body h2+h2,
body h2+h3,
body h2+h4,
body h2+h5,
body h2+h6,
body h3+.h1,
body h3+.h2,
body h3+.h3,
body h3+.h4,
body h3+.h5,
body h3+.h6,
body h3+figure,
body h3+h1,
body h3+h2,
body h3+h3,
body h3+h4,
body h3+h5,
body h3+h6,
body h4+.h1,
body h4+.h2,
body h4+.h3,
body h4+.h4,
body h4+.h5,
body h4+.h6,
body h4+figure,
body h4+h1,
body h4+h2,
body h4+h3,
body h4+h4,
body h4+h5,
body h4+h6,
body h5+.h1,
body h5+.h2,
body h5+.h3,
body h5+.h4,
body h5+.h5,
body h5+.h6,
body h5+figure,
body h5+h1,
body h5+h2,
body h5+h3,
body h5+h4,
body h5+h5,
body h5+h6,
body h6+.h1,
body h6+.h2,
body h6+.h3,
body h6+.h4,
body h6+.h5,
body h6+.h6,
body h6+figure,
body h6+h1,
body h6+h2,
body h6+h3,
body h6+h4,
body h6+h5,
body h6+h6 {
	margin: 10px 0 0 0;
}

.cms .h1+blockquote,
.cms .h1+ol,
.cms .h1+p,
.cms .h1+ul,
.cms .h2+blockquote,
.cms .h2+ol,
.cms .h2+p,
.cms .h2+ul,
.cms .h3+blockquote,
.cms .h3+ol,
.cms .h3+p,
.cms .h3+ul,
.cms .h4+blockquote,
.cms .h4+ol,
.cms .h4+p,
.cms .h4+ul,
.cms .h5+blockquote,
.cms .h5+ol,
.cms .h5+p,
.cms .h5+ul,
.cms .h6+blockquote,
.cms .h6+ol,
.cms .h6+p,
.cms .h6+ul,
.cms h1+blockquote,
.cms h1+ol,
.cms h1+p,
.cms h1+ul,
.cms h2+blockquote,
.cms h2+ol,
.cms h2+p,
.cms h2+ul,
.cms h3+blockquote,
.cms h3+ol,
.cms h3+p,
.cms h3+ul,
.cms h4+blockquote,
.cms h4+ol,
.cms h4+p,
.cms h4+ul,
.cms h5+blockquote,
.cms h5+ol,
.cms h5+p,
.cms h5+ul,
.cms h6+blockquote,
.cms h6+ol,
.cms h6+p,
.cms h6+ul,
body .h1+blockquote,
body .h1+ol,
body .h1+p,
body .h1+ul,
body .h2+blockquote,
body .h2+ol,
body .h2+p,
body .h2+ul,
body .h3+blockquote,
body .h3+ol,
body .h3+p,
body .h3+ul,
body .h4+blockquote,
body .h4+ol,
body .h4+p,
body .h4+ul,
body .h5+blockquote,
body .h5+ol,
body .h5+p,
body .h5+ul,
body .h6+blockquote,
body .h6+ol,
body .h6+p,
body .h6+ul,
body h1+blockquote,
body h1+ol,
body h1+p,
body h1+ul,
body h2+blockquote,
body h2+ol,
body h2+p,
body h2+ul,
body h3+blockquote,
body h3+ol,
body h3+p,
body h3+ul,
body h4+blockquote,
body h4+ol,
body h4+p,
body h4+ul,
body h5+blockquote,
body h5+ol,
body h5+p,
body h5+ul,
body h6+blockquote,
body h6+ol,
body h6+p,
body h6+ul {
	margin: 10px 0 0 0;
}

.cms .h1,
.cms h1,
body .h1,
body h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	color: #2f4562;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms .h2,
.cms h2,
body .h2,
body h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
	color: #2f4562;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms .h3,
.cms h3,
body .h3,
body h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	color: #2f4562;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms .h4,
.cms h4,
body .h4,
body h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	color: #2f4562;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms .h5,
.cms h5,
body .h5,
body h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	color: #2f4562;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms .h6,
.cms h6,
body .h6,
body h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	color: #2f4562;
	font-style: normal;
	font-variant: normal;
	font-family: Rubik;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}

.cms img,
body img {
	max-width: 100%;
}

.cms ol,
.cms ul,
body ol,
body ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.cms ol+.h1,
.cms ol+.h2,
.cms ol+.h3,
.cms ol+.h4,
.cms ol+.h5,
.cms ol+.h6,
.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms ol+p,
.cms ul+.h1,
.cms ul+.h2,
.cms ul+.h3,
.cms ul+.h4,
.cms ul+.h5,
.cms ul+.h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6,
.cms ul+p,
body ol+.h1,
body ol+.h2,
body ol+.h3,
body ol+.h4,
body ol+.h5,
body ol+.h6,
body ol+h1,
body ol+h2,
body ol+h3,
body ol+h4,
body ol+h5,
body ol+h6,
body ol+p,
body ul+.h1,
body ul+.h2,
body ul+.h3,
body ul+.h4,
body ul+.h5,
body ul+.h6,
body ul+h1,
body ul+h2,
body ul+h3,
body ul+h4,
body ul+h5,
body ul+h6,
body ul+p {
	margin: 15px 0 0 0;
}

.cms ol,
body ol {
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 25px;
}

.cms:after {
	display: block;
	clear: both;
	content: "";
}

.cms a {
	color: #78797c;
}

.cms .img {
	float: left;
	width: 50%;
}

.cms .img img {
	margin: auto;
	padding: 0;
	border: 0;
	width: auto;
	float: none;
}

.cms ol,
.cms ul {
	margin-left: 0;
	position: relative;
	left: 20px;
	width: calc(100% - 20px)
}

.cms ol li,
.cms ul li {
	line-height: 150%;
}

.cms ol li+li,
.cms ul li+li {
	margin: 10px 0 0 0;
}

.cms ul li {
	/*list-style-image: url(../images/li.svg);*/
	list-style-type: square;
}

.cms ol {
	left: 25px;
	margin-right: 25px !important;
}

.cms h1+.table-responsive,
.cms h2+.table-responsive,
.cms h3+.table-responsive,
.cms h4+.table-responsive,
.cms h5+.table-responsive,
.cms h6+.table-responsive {
	margin: 15px 0 0 0;
}

.cms blockquote {
	background-color: rgba(0, 0, 0, .1);
	padding: 15px;
	border-width: 0 0 0 15px;
	border-style: solid;
	border-color: rgba(120, 121, 124, 0) rgba(120, 121, 124, 0) rgba(120, 121, 124, 0) #78797c;
	display: flex;
}

.cms .image {
	display: table;
	clear: both;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(112, 112, 112, .1) rgba(112, 112, 112, .1) rgba(112, 112, 112, .1) rgba(112, 112, 112, .1);
	margin: 15px auto;
	padding: 15px;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
}

.cms .image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 50px;
}

.cms .image figcaption {
	display: block;
	padding: 15px 0 0 0;
	font-style: italic;
}

.cms .image.image_resized {
	max-width: 100%;
	display: block;
	box-sizing: border-box;
}

.cms .image.image_resized img {
	width: 100%;
}

.cms .image.image-style-align-center,
.cms .image.image-style-align-left,
.cms .image.image-style-align-right,
.cms .image.image-style-side {
	max-width: 50%;
}

.cms .image.image-style-side {
	float: right;
	margin-left: 15px;
}

.cms .image.image-style-align-left {
	float: left;
	margin-right: 15px;
}

.cms .image.image-style-align-center {
	margin-left: auto;
	margin-right: auto;
}

.cms .image.image-style-align-right {
	float: right;
	margin-left: 15px;
}

.cms .media {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.cms .media iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cms .page-break {
	position: relative;
	clear: both;
}

.cms .cms-block-indent-a {
	margin-left: 10%;
}

.cms .cms-block-indent-b {
	margin-left: 20%;
}

body #wrapper {
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.section {
	padding: 50px 0;
}

.page_section {
	padding: 15px 0;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary,
a.btn,
a.btn-primary,
a.btn-secondary {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	background-color: #78797c;
	border-width: 1px;
	border-style: solid;
	border-color: #78797c;
	height: 38px;
	padding: 9.5px 15px;
	margin: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	min-width: 100px;
}

.btn .focus,
.btn-primary .focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:visited,
.btn-secondary .focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:visited,
.btn-tertiary .focus,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:not([disabled]):not(.disabled):active,
.btn-tertiary:visited,
.btn:active,
.btn:focus,
.btn:not([disabled]):not(.disabled):active,
.btn:visited,
a.btn .focus,
a.btn-primary .focus,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:not([disabled]):not(.disabled):active,
a.btn-primary:visited,
a.btn-secondary .focus,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:not([disabled]):not(.disabled):active,
a.btn-secondary:visited,
a.btn:active,
a.btn:focus,
a.btn:not([disabled]):not(.disabled):active,
a.btn:visited {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #78797c;
	border-color: #78797c;
}

.btn-primary,
a.btn-primary {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	background-color: #78797c;
	border-width: 1px;
	border-style: solid;
	border-color: #78797c;
	height: 38px;
	padding: 9.5px 15px;
	margin: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	min-width: 100px;
}

.btn-primary .focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:visited,
a.btn-primary .focus,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:not([disabled]):not(.disabled):active,
a.btn-primary:visited {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #78797c;
	border-color: #78797c;
}

.btn-secondary,
a.btn-secondary {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	background-color: #324562;
	border-width: 1px;
	border-style: solid;
	border-color: #324562;
	height: 38px;
	padding: 9.5px 15px;
	margin: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	min-width: 100px;
}

.btn-secondary .focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:visited,
a.btn-secondary .focus,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:not([disabled]):not(.disabled):active,
a.btn-secondary:visited {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #324562;
	border-color: #324562;
}

.btn-tertiary,
a.btn-tertiary {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	background-color: #707070;
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	height: 38px;
	padding: 9.5px 15px;
	margin: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	min-width: 100px;
}

.btn-tertiary .focus,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:not([disabled]):not(.disabled):active,
.btn-tertiary:visited,
a.btn-tertiary .focus,
a.btn-tertiary:active,
a.btn-tertiary:focus,
a.btn-tertiary:not([disabled]):not(.disabled):active,
a.btn-tertiary:visited {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #707070;
	border-color: #707070;
}

.thumbnail-container,
.thumbnail_container {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.thumbnail {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	position: absolute;
	background: 0 0;
	display: block;
}

.thumbnail a,
.thumbnail img,
.thumbnail svg {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

[class*=' nq-thumbnail'],
[class^=nq-thumbnail] {
	position: relative;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-khtml-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

[class*=' nq-thumbnail']>img,
[class^=nq-thumbnail]>img {
	vertical-align: top;
	max-width: 100%;
}

[class*=' nq-thumbnail'] .nq-caption,
[class^=nq-thumbnail] .nq-caption {
	-webkit-transition: all .6s ease-in-out;
	-khtml-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	background-color: rgba(0, 0, 0, .3);
}

[class*=' nq-thumbnail'] .nq-caption .btn,
[class^=nq-thumbnail] .nq-caption .btn {
	margin-left: 2.5px;
	margin-right: 2.5px;
}

[class*=' nq-thumbnail']:hover .nq-caption,
[class^=nq-thumbnail]:hover .nq-caption {
	z-index: 9;
	opacity: 1;
}

[class*=' nq-thumbnail'],
[class*=' nq-thumbnail'] *,
[class*=' nq-thumbnail'] :after,
[class*=' nq-thumbnail'] :before,
[class*=' nq-thumbnail']:after,
[class*=' nq-thumbnail']:before,
[class^=nq-thumbnail],
[class^=nq-thumbnail] *,
[class^=nq-thumbnail] :after,
[class^=nq-thumbnail] :before,
[class^=nq-thumbnail]:after,
[class^=nq-thumbnail]:before {
	box-sizing: border-box;
	-webkit-transition: all .6s ease-in-out;
	-khtml-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.cms .table {
	display: block;
	width: 100%;
	overflow-x: auto;
}

.cms table {
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .05) rgba(0, 0, 0, .05) rgba(0, 0, 0, .05) rgba(0, 0, 0, .05);
}

.cms table tr th {
	background-color: rgba(0, 0, 0, .05);
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .08);
}

.cms table tr td {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #707070;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .08);
}

.cms table tr td,
.cms table tr th {
	padding: 10px;
}

.cms .table-responsive {
	border: none;
}

body.boxed_layout {
	background-color: #78797c;
}

body.boxed_layout #wrapper {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
}

body.boxed_layout .shrink header {
	max-width: 1200px;
	margin: 0 auto;
}

.form-group .form-group,
.form-group .nq-form-group {
	margin: 0 0 15px 0;
}

.form-group .nq-label {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	line-height: 150%;
	padding: 0;
	display: block;
	white-space: nowrap;
}

.form-group .nq-form-help {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	padding: 0 0 0 5px;
	display: block;
}

.form-group .nq-form-static {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	display: block;
}

.form-group .form-control,
.form-group .nq-input,
.form-group .nq-textarea {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	line-height: 150%;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(133, 133, 133, .5);
	height: 35px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	resize: none;
}

.form-group .form-control:focus,
.form-group .nq-input:focus,
.form-group .nq-textarea:focus {
	outline: 0;
	border-color: rgba(133, 133, 133, .5);
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.form-group .form-control:hover,
.form-group .nq-input:hover,
.form-group .nq-textarea:hover {
	border-color: #78797c;
}

.form-group .form-control::-webkit-input-placeholder,
.form-group .nq-input::-webkit-input-placeholder,
.form-group .nq-textarea::-webkit-input-placeholder {
	color: rgba(112, 112, 112, .5);
}

.form-group .form-control::-moz-placeholder,
.form-group .nq-input::-moz-placeholder,
.form-group .nq-textarea::-moz-placeholder {
	color: rgba(112, 112, 112, .5);
}

.form-group .form-control:-ms-input-placeholder,
.form-group .nq-input:-ms-input-placeholder,
.form-group .nq-textarea:-ms-input-placeholder {
	color: rgba(112, 112, 112, .5);
}

.form-group .form-control:-moz-placeholder,
.form-group .nq-input:-moz-placeholder,
.form-group .nq-textarea:-moz-placeholder {
	color: rgba(112, 112, 112, .5);
}

.form-group .nq-textarea {
	height: auto;
	resize: none;
	min-height: 74px;
}

.form-group .nq-input[disabled],
.form-group .nq-input[readonly],
.form-group .nq-textarea[disabled],
.form-group .nq-textarea[readonly] {
	background-color: transparent;
}

.form-group select.form-control:not([size]):not([multiple]),
.form-group select.nq-input:not([size]):not([multiple]) {
	height: 35px;
}

.form-group .nq-radio {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	padding: 0 0 0 30px;
	margin: 0 0 3px 0;
	position: relative;
	display: block;
	cursor: pointer;
}

.form-group .nq-radio>span {
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	height: 18px;
	width: 18px;
	background: 0 0;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.form-group .nq-radio>span::after {
	content: '';
	position: absolute;
	opacity: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #78797c;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #78797c;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.form-group .nq-radio>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-group .nq-radio>input:checked~span {
	border-width: 1px;
	border-style: solid;
	border-color: #78797c;
}

.form-group .nq-radio>input:checked~span::after {
	opacity: 1;
}

.form-group .nq-radio:last-child {
	margin-bottom: 3px;
}

.form-group .nq-radio-list {
	padding: 11px 0 0 0;
}

.form-group .nq-radio-inline {
	padding-top: 11px;
}

.form-group .nq-radio-inline .nq-radio {
	display: inline-block !important;
	margin-right: 15px;
}

.nq-checkbox {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	padding: 0 0 0 30px;
	margin: 0 0 3px 0;
	position: relative;
	display: block;
	cursor: pointer;
}

.nq-checkbox span {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	height: 18px;
	width: 18px;
	background: 0 0;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nq-checkbox span::after {
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #78797c;
	height: 9px;
	width: 4.5px;
	content: '';
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nq-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.nq-checkbox input:checked~span {
	border-width: 1px;
	border-style: solid;
	border-color: #78797c;
}

.nq-checkbox input:checked~span::after {
	opacity: 1;
}

.nq-checkbox:last-child {
	margin-bottom: 3px;
}

.nq-checkbox-list {
	padding: 11px 0 0 0;
}

.nq-checkbox-inline {
	padding-top: 11px;
}

.nq-checkbox-inline .nq-checkbox {
	display: inline-block !important;
	margin-right: 15px;
}

.nq-form-md .form-group {
	margin: 25px 0 15px 0;
	position: relative;
}

.nq-form-md .form-group label.nq-label {
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nq-form-md .form-group .nq-input,
.nq-form-md .form-group .nq-textarea {
	border-width: 0 0 1px 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-radius: 0 !important;
}

.nq-form-md .form-group .nq-input:focus+label.nq-label,
.nq-form-md .form-group .nq-input:valid+label.nq-label,
.nq-form-md .form-group .nq-textarea:focus+label.nq-label,
.nq-form-md .form-group .nq-textarea:valid+label.nq-label {
	top: -18px;
}

.nq-form-md .form-group .nq-input[disabled],
.nq-form-md .form-group .nq-input[readonly],
.nq-form-md .form-group .nq-textarea[disabled],
.nq-form-md .form-group .nq-textarea[readonly] {
	background-color: transparent;
}

.nq-form-md .nq-active,
.nq-form-md .nq-active-label .nq-label {
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	font-size: 14px-2px;
}

.nq-form-md .nq-active-label .nq-label-normal {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.nq-form-md .nq-label-normal {
	font-size: 14px-2px;
}

.error,
.required {
	font-size: 12px;
	font-weight: 400;
	color: red;
	line-height: 120%;
	display: block;
}

span.error,
span.required {
	padding: 8px 0;
}

label.error {
	margin: 0;
}

.star {
	color: red;
}

.form-control.error {
	border-color: red;
}

.nqtitle {
	font-size: 36px;
	font-weight: 400;
	line-height: 120%;
	color: #78797c;
}

.nqtitle-ip {
	font-size: 26px;
	font-weight: 400;
	line-height: 120%;
	color: #78797c;
}

.nqsocia {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nqsocia li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nqsocia li+li {
	margin: 0 0 0 5px;
}

.nqsocia a {
	font-size: 14px;
	line-height: 220%;
	color: #fff !important;
	height: 30px;
	width: 30px;
	background-color: #78797c !important;
	text-align: center;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: inherit;
}

.pagination {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: block;
}

.pagination li {
	display: inline-flex;
}

.pagination li .page-link,
.pagination li a {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: -1px;
	min-width: 35px;
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	color: #707070;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(112, 112, 112, .2);
	padding: 0 5px;
}

.pagination li .page-link .focus,
.pagination li .page-link:active,
.pagination li .page-link:focus,
.pagination li .page-link:not([disabled]):not(.disabled):active,
.pagination li .page-link:visited,
.pagination li a .focus,
.pagination li a:active,
.pagination li a:focus,
.pagination li a:not([disabled]):not(.disabled):active,
.pagination li a:visited {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.pagination li.active .page-link,
.pagination li.active a {
	color: #fff;
	background-color: #78797c;
	border-color: #78797c;
	cursor: default;
	pointer-events: none;
}

.pagination li:first-child a {
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}


header.header_01 .header-section {
	background-color: #fff;
}

header.header_01 .header-section .hs-left {
	margin: 30px 0 25px 0;
	padding: 0;
	/*float: left; width: 150px;*/
	text-align: center;
	display: block;
}

header.header_01 .header-section .hs-left .hs-logo {
	overflow: hidden;
}

header.header_01 .header-section .hs-left .hs-logo a {
	/*display: block;*/
}

header.header_01 .header-section .hs-right {
	float: left;
	width: calc(100% - 150px);
}

.footer_02 {
	position: relative;
	z-index: 1;
	background-color: #262626;
	padding: 35px 0 0 0;
}

.footer_02 .nqtitle {
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
}

.footer_02 .cms p {
	font-size: 14px;
	color: #fff;
}

.footer_02 .nqsocia {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.footer_02 .nqsocia li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer_02 .nqsocia li+li {
	margin: 0 0 0 5px;
}

.footer_02 .nqsocia a {
	font-size: 15px;
	line-height: 220%;
	color: #fff !important;
	height: 30px;
	width: 30px;
	background-color: #78797c !important;
	text-align: center;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: inherit;
}

.footer_02 .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_02 .links li {
	margin: 0;
	padding: 0;
	display: table-row;
}

.footer_02 .links li:last-child {
	margin-right: 0;
}

.footer_02 .links a {
	color: #fff;
}

.footer_02 .contact_info .item {
	position: relative;
	min-height: 18px;
}

.footer_02 .contact_info .item .icon {
	position: absolute;
	line-height: 18px;
	height: 18px;
	width: 25px;
	font-size: 16px;
	color: #fff;
}

.footer_02 .contact_info .item .detail {
	font-size: 15px;
	line-height: 140%;
	color: #fff;
	padding-left: 35px;
}

.footer_02 .contact_info .item .detail a {
	font-size: 15px;
	line-height: 140%;
	color: #fff;
}

.footer_02 .contact_info .item+.item {
	padding: 15px 0 0 0;
}

.footer_02 .nqform .form-control,
.footer_02 .nqform .nq-input,
.footer_02 .nqform .nq-textarea {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	resize: none;
}

.footer_02 .nqform .form-control:focus,
.footer_02 .nqform .nq-input:focus,
.footer_02 .nqform .nq-textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.footer_02 .nqform .nq-textarea {
	height: auto;
	resize: none;
}

.footer_02 .nqform .nq-input[disabled],
.footer_02 .nqform .nq-input[readonly],
.footer_02 .nqform .nq-textarea[disabled],
.footer_02 .nqform .nq-textarea[readonly] {
	background-color: transparent;
}

footer .footer-default {
	padding: 15px 0;
	margin: 0;
}

footer .footer-default .link {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

footer .footer-default .link li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}

footer .footer-default .link li:last-child {
	margin-right: 0;
}

footer .footer-default .link li a {
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
}

footer .footer-default .link li a.active {
	color: #324562;
}

footer .footer-default .copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
}

footer .footer-default .designed {
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
	text-align: right;
}

footer .footer-default .netclues_logo {
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	display: inline-block;
	top: 0px;
	height: 16px;
	width: 66px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

footer .footer-default .netclues_logo:hover {
	background-position: 0 -17px;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.banner_01 .fill {
	background-color: rgba(0, 0, 0, .1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: calc(80vh - 51px);
}

.banner_01 .nq-table {
	display: table;
	width: 100%;
}

.banner_01 .nq-table .nq-center {
	display: table-cell;
	vertical-align: middle;
	height: calc(80vh - 51px);
}

.banner_01 .caption {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	text-shadow: none;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
}

.banner_01 .small_title {
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 0 0 15px 0;
}

.banner_01 .title {
	font-size: 80px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	font-family: Rubik;
	margin: 0 0 15px 0;
}

.banner_01 .sub_title p {
	font-size: 18px;
	font-weight: 100;
	line-height: 130%;
	color: #fff;
	margin: 0 0 25px 0;
}

.section_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.section_01 .sub_titel {
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
	color: #707070;
	font-family: Rubik;
	margin: 15px 0 0 0;
}

.section_01 .cms {
	margin: 15px 0;
}

.section_01 .thumbnail_container {
	padding-bottom: 66.7%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0 0 0;
}

.section_02 {
	position: relative;
	z-index: 1;
	background-color: rgba(155, 155, 155, .1);
}

.section_02 .nqtitle {
	text-align: center;
}

.section_02 article {
	margin: 0;
}

.section_02 article .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: #fff;
}

.section_02 article .date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #78797c;
	padding: 8px;
	margin: 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.section_02 article .date strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	color: #fff;
}

.section_02 article .content {
	background-color: #fff;
	padding: 15px;
}

.section_02 article .content .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section_02 article .content .list li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}

.section_02 article .content .list li:last-child {
	margin-right: 0;
}

.section_02 article .content .list li {
	font-size: 13px;
	color: #707070;
}

.section_02 article .content .title {
	font-size: 18px;
	color: #324562;
}

.section_02 article .content .title a.active {
	color: #b4d654;
}

.section_02 article .content .info {
	font-size: 14px;
	line-height: 150%;
	color: #707070;
	margin: 15px 0;
}

.section_13 {
	position: relative;
	z-index: 1;
	background-color: rgba(155, 155, 155, .1);
}

.section_13 .nqtitle {
	text-align: center;
	margin: 0 0 30px 0;
}

.section_13 article {
	margin: 0;
}

.section_13 article .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: #fff;
}

.section_13 article .date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #78797c;
	padding: 8px;
	margin: 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.section_13 article .date strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	color: #fff;
}

.section_13 article .content {
	background-color: #fff;
	padding: 15px;
}

.section_13 article .content .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section_13 article .content .list li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}

.section_13 article .content .list li:last-child {
	margin-right: 0;
}

.section_13 article .content .list li {
	font-size: 13px;
	color: #707070;
}

.section_13 article .content .title {
	font-size: 18px;
	color: #324562;
}

.section_13 article .content .title a.active {
	color: #b4d654;
}

.section_13 article .content .info {
	font-size: 14px;
	line-height: 140%;
	color: #707070;
	margin: 15px 0;
}

.inner_banner_01 {
	position: relative;
	z-index: 1;
}

.inner_banner_01 .carousel-inner {
	z-index: 0;
}

.inner_banner_01 .fill {
	height: 350px;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, .1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner_banner_01 .fill:before {
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.inner_banner_01 .indicators {
	z-index: 1;
	bottom: 20px;
}

.inner_banner_01 .indicators li {
	width: 15px;
	height: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	background-color: transparent;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	margin: 0;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 1;
	cursor: pointer;
}

.inner_banner_01 .indicators li+li {
	margin: 0 0 0 5px;
}

.inner_banner_01 .indicators .active {
	background-color: #fff;
}

.inner_banner_01 .control.left,
.inner_banner_01 .control.right {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 0;
}

.inner_banner_01 .control.left {
	left: 40px;
}

.inner_banner_01 .control.right {
	right: 40px;
}

.inner_banner_01 .caption {
	position: absolute;
	max-width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-text-shadow: none;
	-khtml-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}

.inner_banner_01 .caption .title {
	font-size: 50px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 0;
}

.inner_banner_01 .caption .sub-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 5px 0 0 0;
}

.inner_banner_01 .back-to-list {
	margin: 5px 0 0 0;
}

.inner_banner_01 .back-to-list a {
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
	color: #fff;
}

.inner_banner_01 .back-to-list a.active {
	color: #78797c;
}

.nq-breadcrumb {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
	font-size: 0;
}

.nq-breadcrumb li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.nq-breadcrumb li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
}

.nq-breadcrumb li a:hover {
	color: #324562;
}

.nq-breadcrumb li.active a {
	color: #324562;
}

.nq-breadcrumb li+li:before {
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 5px;
	color: #fff;
	content: "-";
}

.blog_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.blog_01 article {
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	margin: 0;
}

.blog_01 article .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: #fff;
}

.blog_01 article .date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #78797c;
	padding: 8px;
	margin: 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.blog_01 article .date strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	color: #fff;
}

.blog_01 article .content {
	background-color: #fff;
	padding: 15px;
}

.blog_01 article .content .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_01 article .content .list li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}

.blog_01 article .content .list li:last-child {
	margin-right: 0;
}

.blog_01 article .content .list li {
	font-size: 13px;
	color: #707070;
}

.blog_01 article .content .title {
	font-size: 18px;
	color: #324562;
}

.blog_01 article .content .title a.active {
	color: #b4d654;
}

.blog_01 article .content .info {
	font-size: 14px;
	line-height: 150%;
	color: #707070;
	margin: 15px 0;
}

.blog_01 .pagination {
	text-align: right;
}

.blog_detail_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.blog_detail_01 .nqtitle {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

.blog_detail_01 .cms p {
	text-align: justify;
}

.blog_detail_01 .poster .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: rgba(0, 0, 0, .1);
}

.blog_detail_01 .author_name {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #707070;
}

.blog_detail_01 .published {
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
}

.blog_detail_01 .related {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, 0) rgba(0, 0, 0, .1) rgba(0, 0, 0, 0);
	padding: 15px 0;
	margin: 30px 0 0 0;
}

.blog_detail_01 .related .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: rgba(0, 0, 0, .1);
}

.blog_detail_01 .related .title {
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
}

.blog_detail_01 .related .r_title {
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
	font-family: Roboto;
}

.contact_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.contact_01 .nqtitle {
	font-size: 30px;
	margin: 0 0 15px 0;
}

.contact_01 .info .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	color: #78797c;
}

.contact_01 .info .des {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #707070;
	margin: 5px 0 0 0;
}

.contact_01 .info .des a {
	color: #707070;
}

.contact_01 .info .des a.active {
	color: #78797c;
}

.contact_01 .info .nqsocia {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact_01 .info .nqsocia li {
	margin: 0;
	padding: 0;
}

.contact_01 .info .nqsocia a {
	color: #fff !important;
	display: inherit;
}

.contact_01 .info+.info {
	margin: 20px 0 0 0;
}

.thankyou_01 {
	position: relative;
	z-index: 1;
	/* background-color: #F4F7FC; */
	background-image: linear-gradient(310deg, #2f4562 50%, #f99f1e);
	min-height: 100vh;
	width: 100%;
}

.thankyou_01::before {
	content: "";
	background-image: url('../images/pattern-bg.png');
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline-block;
	background-size: cover;
}

.thankyou_01 .title {
	font-size: 60px;
	font-weight: 400;
	line-height: 110%;
	color: #707070;
	text-transform: uppercase;
}

.thankyou_01 .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	color: #707070;
}

.thankyou_01 .great_day {
	font-size: 32px;
	font-weight: 300;
	line-height: 100%;
	color: #707070;
}
.news_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.news_01 .nqtitle {
	text-align: center;
	margin: 0 0 30px 0;
}

.news_01 article {
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .05), 0 9px 46px 8px rgba(0, 0, 0, .05), 0 11px 15px -7px rgba(0, 0, 0, .1);
	margin: 0;
}

.news_01 article .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: #fff;
}

.news_01 article .date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #78797c;
	padding: 8px;
	margin: 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.news_01 article .date strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	color: #fff;
}

.news_01 article .content {
	background-color: #fff;
	padding: 15px;
}

.news_01 article .content .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_01 article .content .list li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
}

.news_01 article .content .list li:last-child {
	margin-right: 0;
}

.news_01 article .content .list li {
	font-size: 13px;
	color: #707070;
}

.news_01 article .content .title {
	font-size: 18px;
	color: #324562;
}

.news_01 article .content .title a.active {
	color: #b4d654;
}

.news_01 article .content .info {
	font-size: 14px;
	line-height: 140%;
	color: #707070;
	margin: 15px 0;
}

.news_01 .pagination {
	text-align: right;
}

.news_detail_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.news_detail_01 .nqtitle {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

.news_detail_01 .cms p {
	text-align: justify;
}

.news_detail_01 .poster .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: rgba(0, 0, 0, .1);
}

.news_detail_01 .author_name {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #707070;
}

.news_detail_01 .published {
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
}

.news_detail_01 .related {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, 0) rgba(0, 0, 0, .1) rgba(0, 0, 0, 0);
	padding: 15px 0;
	margin: 30px 0 0 0;
}

.news_detail_01 .related .thumbnail-container {
	padding-bottom: 66.7%;
	background-color: rgba(0, 0, 0, .1);
}

.news_detail_01 .related .title {
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
}

.news_detail_01 .related .r_title {
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	color: #707070;
	font-family: Roboto;
}

.sitemap_01 {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.sitemap_01 .nqtitle {
	font-size: 30px;
}

.sitemap_01 .list {
	margin: 0;
	padding: 0;
}

.sitemap_01 .list li {
	list-style: none;
	position: relative;
	margin: 0 0 15px 0;
}

.sitemap_01 .list li a {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.sitemap_01 .list li a.active {
	color: #78797c;
}

.sitemap_01 .list li ul {
	overflow: hidden;
	margin: 15px 0 0 24px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, .1);
}

.sitemap_01 .list li ul li {
	width: 100%;
	margin: 4px 0;
	padding: 0 0 0 37px;
}

.sitemap_01 .list li ul li:before {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	margin: 11px 0 0 -37px;
	content: "";
	position: absolute;
	width: 25px;
}

.sitemap_01 .list li ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
}

.sitemap_01 .list li ul li a.active {
	color: #78797c;
}

.sitemap_01 .list li ul li a:focus {
	outline: medium none;
}

.sitemap_01 .list li ul li ul {
	margin: 0;
}

.sitemap_01 .cols {
	-webkit-column-gap: 3%;
	-khtml-column-gap: 3%;
	-moz-column-gap: 3%;
	-ms-column-gap: 3%;
	-o-column-gap: 3%;
	column-gap: 3%;
	-webkit-column-width: 30%;
	-khtml-column-width: 30%;
	-moz-column-width: 30%;
	-ms-column-width: 30%;
	-o-column-width: 30%;
	column-width: 30%;
}

.notfound_01 {
	position: relative;
	z-index: 1;
	/* background-color: rgba(0, 0, 0, .01); */
	background-image: linear-gradient(310deg, #2f4562 50%, #f99f1e);
}

.notfound_01::before {
	content: "";
	background-image: url('../images/pattern-bg.png');
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline-block;
	background-size: cover;
}

.notfound_01 .btn i {
	margin-right: 8px;
}

.notfound_01 .icon {
	font-size: 150px;
	font-weight: 200;
	line-height: 100%;
	color: #eee;
	margin: auto;
}

.notfound_01 .title {
	font-size: 35px;
	font-weight: 500;
	line-height: 110%;
	color: #324562;
	text-transform: uppercase;
}

.notfound_01 .title span {
	font-size: 165px; line-height: 80%;
}

.notfound_01 .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #707070;
}

.notfound_01 .great_day {
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	color: #707070;
}

.notfound_01 .bg-404 {
	padding: 30px;
	max-width: 640px;
	margin: auto;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 10px;
}

.notfound_01 .btn-primary { padding:14px 30px; height:auto; border:0; background:#16335b }
.notfound_01 .btn-primary:hover { background:#f99f1f }
.thanks-card .nqtitle { font-size: 60px; font-weight: 700; line-height: 100%; color: #2f4562; }
.calendar-wrap .calendar-left {
	/*background: #78797c;*/
	background: #324562;
	padding: 15px;
	height: 100%;
}

.calendar-wrap .calendar-left .nqtitle {
	color: #fff;
	font-size: 21px;
	text-align: center;
	margin-top: 15px;
}

.calendar-wrap .calendar-left img {
	margin: 15px auto 5px auto;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	object-fit: cover;
	display: table;
	border: 0px solid #fff;
}

.calendar-wrap .calendar-left .datepicker {
	width: 100%;
	padding: 0;
	border: 0;
}

.calendar-wrap .calendar-left .datepicker table {
	width: 100%;
}

.calendar-wrap .calendar-left .datepicker .datepicker-switch,
.calendar-wrap .calendar-left .datepicker .next,
.calendar-wrap .calendar-left .datepicker .prev {
	font-size: 20px;
	background: 0 0 !important;
	padding: 20px 15px;
}

.calendar-wrap .calendar-left .datepicker .datepicker-switch {
	pointer-events: none;
}

.calendar-wrap .calendar-left .datepicker .dow {
	background: 0 0 !important;
	text-transform: uppercase;
	font-size: 16px;
	width: 57px
}

.calendar-wrap .calendar-left .datepicker td,
.calendar-wrap .calendar-left .datepicker th {
	border-radius: 0;
}

.calendar-wrap .calendar-left .datepicker .datepicker-days .day {
	width: 40px;
	height: 40px;
	line-height: 38px;
	vertical-align: middle;
	border-radius: 50px;
	color: #fff;
}

.calendar-wrap .calendar-left .datepicker .datepicker-days .day.disabled {
	opacity: .45;
}

.calendar-wrap .calendar-left .datepicker .datepicker-days .day.active {
	background: #ffffff !important;
	color: #324562 !important;
	/*font-weight: 500;*/
}

.calendar-wrap .calendar-left .datepicker .datepicker-days .day:hover:hover {
	background: #ffffff !important;
	color: #324562 !important;
}

.calendar-wrap .calendar-right .loc-list label,
.calendar-wrap .calendar-right .time-list label {
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 5px;
	color: #555555;
	/*color: #324562;*/
}

.calendar-wrap .calendar-right .time-list {
	margin-bottom: 20px;
}

.calendar-wrap .calendar-right .time-list ul {
	margin-left: 0;
}

.calendar-wrap .calendar-right .time-list ul li {
	display: inline-block;
	min-width: 100px;
	margin: 0;
	paddin: 0;
}

.calendar-wrap .calendar-right .time-list ul li+li {
	margin-left: -5px;
}

.calendar-wrap .calendar-right .time-list ul li .btn {
	text-transform: inherit;
	width: 100%;
	height: 35px;
	font-size: 14px;
	background-color: #ffffff !important;
	border-color: #cbd6e2 !important;
	color: #324562 !important;
}

.calendar-wrap .calendar-right .time-list ul li .btn.active,
.calendar-wrap .calendar-right .time-list ul li .btn:hover {
	background-color: #f5f8fa !important;
	/*background-color: #e5eaf0;*/
	color: #324562 !important;
}

.calendar-wrap .calendar-right .loc-list {
	margin-bottom: 15px;
}

.calendar-wrap .calendar-right .full-time ul {
	margin-left: 0;
	height: 350px;
	overflow: auto;
	padding: 0 5px 0 0;
}

.calendar-wrap .calendar-right .full-time ul li .btn {
	width: 100%;
	background-color: #ffffff !important;
	border-color: #cbd6e2 !important;
	color: #324562 !important;
	height: 47px;
	font-size: 15px;
}

.calendar-wrap .calendar-right .full-time ul li .btn i {
	position: position;
	top: -1px;
	margin-right: 7px;
}

.calendar-wrap .calendar-right .full-time ul li .btn.active,
.calendar-wrap .calendar-right .full-time ul li .btn:hover {
	background: #f5f8fa !important;
	color: #324562 !important;
	border-color: f5f8fa !important;
}

.calendar-wrap .calendar-right .full-time ul li+li {
	margin-top: 12px;
}

.frm-meeting {
	/*padding-top: 100px;*/
}

.frm-meeting .required {
	display: inline-block;
}

.frm-meeting label {
	color: #555;
	font-weight: 500;
}

.frm-meeting .outer-meeting-wrap {
	/*padding: 30px;background: #f5f8fa; display: table;*/
	border: 1px solid #e7ecf1;
	width: 100%;
}

.frm-meeting .outer-meeting-wrap .top-info {
	background: #f5f8fa;
	padding: 23px 0
}

.frm-meeting .outer-meeting-wrap .top-info .cm-title {
	color: #333;
	margin-bottom: 10px;
}

.frm-meeting .outer-meeting-wrap .outer-meeting-wrap-inner {
	padding: 20px 25px 25px 25px;
}

.frm-meeting .title-meeting {
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #555;
	margin-bottom: 10px;
}

.frm-meeting .time-meeting {
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
	display: block;
}

.frm-meeting .time-meeting a {
	color: #324562;
	text-decoration: underline;
}

.frm-meeting .form-control {
	height: 40px !important;
}

.frm-meeting .btn {
	display: table;
	margin: auto;
}

.frm-meeting input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 5px;
}

.frm-meeting a {
	text-decoration: underline;
}

.frm-meeting .member-details-show .title-meeting {
	font-size: 19px;
	margin-bottom: 4px;
}

.frm-meeting .member-details-show .box-member {
	display: inline-block;
	width: 20%;
	margin: 10px 0;
}

.frm-meeting .member-details-show .box-member label {
	display: block;
	vertical-align: top;
	margin-bottom: 5px;
}

.thankyou_01 .container {
	max-width: 600px !important;
}

.thankyou_01 .thankyou-bg {
	padding: 40px 15px;
	/*border: 2px solid #eee;*/
	border-radius: 10px;
	position: relative;
	background: #fff;
}

/*.thankyou_01 .thankyou-bg:after,
.thankyou_01 .thankyou-bg:before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100px;
	background: #324562;
	z-index: -1;
	border-radius: 15px;
}

.thankyou_01 .thankyou-bg:before {
	left: -10px;
	top: -10px;
}

.thankyou_01 .thankyou-bg:after {
	bottom: -10px;
	right: -10px;
}*/

.thankyou_01 .icon {
	background: #35a153;
	font-size: 30px;
	color: #fff; display: flex; align-items: center; justify-content: center;
	margin: 20px auto 20px;
	padding: 0px;
	width: 60px; height: 60px;
	border-radius: 100%;
}

.thankyou_01 .title {
	color: #324562;
	font-weight: 600;
}


.hs-logo img {
	max-width: 240px;
}

.terms-service {
	text-align: center;
	margin-top: 20px !important;
	background: #fafafa;
	padding: 10px;
	border: 1px solid #cbd6e2;
	background-color: #e5eaf0 !important;
}

.terms-service ul li a {
	color: #324562;
}

.terms-service ul li a:hover {
	color: #78797c;
}

.terms-service ul li+li {
	padding-left: 15px;
	border-left: 1px solid #cbd6e2;
}

.loader {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.loader img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal-front .modal-content {
	border: 0;
	background-color: #474749;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.modal-front .modal-content .modal-title {
	text-align: center;
	color: #fff;
}

.modal-front.modal-static .modal-dialog {
	-webkit-transform: none;
	-khtml-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.modal-front.modal {
	text-align: center;
	padding: 0 !important;
}

.modal-front.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-front.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.modal-backdrop {
	background: #77787b url(../images/pinstriped_suit.jpg) repeat left top;
}

.modal-backdrop.show {
	opacity: 1;
}

.boxed_layout .owl-theme .owl-nav .owl-next {
	right: 0;
}

.boxed_layout .owl-theme .owl-nav .owl-prev {
	left: 0;
}



@media (min-width:830px) {
	.notfound_01 .container {
		max-width: 800px;
	}
}


@media (max-width:1199px) {
	.calendar-wrap .calendar-right .time-list ul li {
		/*width: 32.8%;*/
		width: auto;
	}
}

@media (max-width:1024px) {
	.menu {
		margin: 0;
		padding: 0;
		background-color: #78797c;
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		width: 230px;
		left: -250px;
		position: fixed;
		z-index: 999;
		overflow-x: scroll;
		bottom: 0;
		top: 0;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		z-index: 9;
	}

	.menu ul li {
		margin: 0;
		padding: 0;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: rgba(255, 255, 255, .25) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
		clear: both;
	}

	.menu ul li:last-child {
		border-bottom: none;
	}

	.menu ul li:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.menu ul li a {
		padding: 8px 10px;
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
		color: #fff;
		display: block;
	}

	.menu ul li.active>a {
		color: #324562;
	}

	.menu ul li ul {
		display: none;
		min-height: auto !important;
		clear: both;
	}

	.menu ul li ul li a {
		padding: 8px 10px 8px 20px;
	}

	.menu_open_close {
		position: relative;
		text-align: right;
		margin: 24px 0 0 0;
	}

	.menu_open_close .menu__open {
		border-width: 0 0 2px 0;
		border-style: solid;
		border-color: rgba(120, 121, 124, 0) rgba(120, 121, 124, 0) #78797c rgba(120, 121, 124, 0);
		text-align: left;
		position: relative;
		width: 32px;
		height: 22px;
		z-index: 99;
		display: inline-block;
	}

	.menu_open_close .menu__open:after,
	.menu_open_close .menu__open:before {
		position: absolute;
		content: ' ';
		height: 2px;
		width: 32px;
		background-color: #78797c;
	}

	.menu_open_close .menu__open:before {
		top: 0;
	}

	.menu_open_close .menu__open:after {
		bottom: calc(50% - 2px);
	}

	.menu_open_close .menu__close {
		position: relative;
		width: 32px;
		height: 22px;
		z-index: 99;
		display: none;
		text-align: left;
	}

	.menu_open_close .menu__close:after,
	.menu_open_close .menu__close:before {
		position: absolute;
		left: 15px;
		top: -5px;
		content: ' ';
		height: 33px;
		width: 2px;
		background-color: #fff;
	}

	.menu_open_close .menu__close:before {
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu_open_close .menu__close:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.is-open {
		position: relative;
		z-index: 99;
		float: right;
		width: 40px;
		height: 32px;
	}

	.is-open:after,
	.is-open:before {
		position: absolute;
		content: '';
		background-color: #fff;
	}

	.is-open:before {
		width: 11px;
		height: 1px;
		top: 50%;
		left: 37%;
	}

	.is-open:after {
		width: 1px;
		height: 11px;
		top: calc(50% - 5px);
		left: 50%;
	}

	.is-open.is-close:after {
		display: none;
	}

	.is-open-a>a {
		float: left;
		width: calc(100% - 40px);
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, .25) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	}

	.menu .is-open.is-close~ul {
		display: block;
	}

	.menu .is-open.is-close~ul li:first-child {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: rgba(255, 255, 255, .25) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	}

	.menu-hidden {
		display: none;
	}

	.menu_mobile_visibility {
		background-color: #fff;
		padding: 15px;
	}

	.menu_mobile_visibility a {
		display: block;
	}

	.menu_overlap {
		position: relative;
		overflow: hidden;
	}

	.menu_overlap .nav-overlay {
		background-color: rgba(120, 121, 124, .7);
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.col_half>ul>li:last-child {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	}

	.col_half .navbar-left,
	.col_half .navbar-right {
		float: none !important;
	}

	header.mobile-stick .menu_open_close {
		position: fixed;
		z-index: 999;
		right: 0;
		top: 0;
		padding: 10px;
		margin: 0;
		background-color: #324562;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		-webkit-transform: scale(.7);
		-khtml-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}

	.inner_banner_01 .fill {
		height: 300px;
	}

	.inner_banner_01 .caption {
		position: relative;
		bottom: 0;
		padding: 15px 0;
		background-color: #78797c;
	}

	.inner_banner_01 .caption .title {
		font-size: 28px;
	}

	.sitemap_01 .cols {
		-webkit-column-count: 3;
		-khtml-column-count: 3;
		-moz-column-count: 3;
		-ms-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}
}

@media (max-width:992px) {

	.cms .h1,
	.cms h1,
	body .h1,
	body h1 {
		font-size: 26px;
	}

	.cms .h2,
	.cms h2,
	body .h2,
	body h2 {
		font-size: 22px;
	}

	.cms .h3,
	.cms h3,
	body .h3,
	body h3 {
		font-size: 20px;
	}

	.cms .h4,
	.cms h4,
	body .h4,
	body h4 {
		font-size: 18px;
	}

	.cms .h5,
	.cms h5,
	body .h5,
	body h5 {
		font-size: 16px;
	}

	.cms .h6,
	.cms h6,
	body .h6,
	body h6 {
		font-size: 14pxpx;
	}

	.blog_01 .gap:nth-child(n+3) {
		margin: 30px 0 0 0;
	}

	.blog_01 .pagination {
		text-align: center;
	}

	.news_01 .gap:nth-child(n+3) {
		margin: 30px 0 0 0;
	}

	.news_01 .pagination {
		text-align: center;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-lg>.table-bordered {
		border: 0;
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width:991px) {
	.calendar-wrap .calendar-left .datepicker .datepicker-days .day {
		height: 30px;
		width: 30px;
		line-height: 24px;
		border-radius: 0;
		font-size: 18px
	}

	.calendar-wrap .calendar-right .time-list ul li {
		/*width: 32.5%;*/
	}

	.calendar-wrap .calendar-right .full-time ul {
		/*height: 340px; height:auto;*/
	}

	.frm-meeting .member-details-show .box-member {
		width: 50%;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-md>.table-bordered {
		border: 0;
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width:767px) {
	body #back-top i {
		display: none;
	}

	.section {
		padding: 25px 0;
	}

	.page_section {
		padding: 25px 0;
	}

	.nqtitle {
		font-size: 26px;
	}

	.nqtitle-ip {
		font-size: 22px;
	}

	footer .footer-default .link {
		text-align: center;
	}

	footer .footer-default .copyright {
		text-align: center;
	}

	footer .footer-default .designed {
		text-align: center;
	}

	.banner_01 .small_title {
		font-size: 20px;
		font-weight: 400;
		line-height: 100%;
		color: #fff;
		margin: 0 0 15px 0;
	}

	.banner_01 .title {
		font-size: 30px;
		margin: 0 0 15px 0;
	}

	.banner_01 .sub_title p {
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
		color: #fff;
		margin: 0 0 15px 0;
	}

	.inner_banner_01 .fill {
		height: 190px;
	}

	.inner_banner_01 .control {
		display: none;
	}

	.inner_banner_01 .caption .sub-title {
		font-size: 16px;
	}

	.nq-breadcrumb {
		display: none;
	}

	.sitemap_01 .cols {
		-webkit-column-count: 2;
		-khtml-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}

	.notfound_01 .icon {
		font-size: 100px;
	}

	.notfound_01 .title {
		font-size: 28px;
	}

	.notfound_01 .title span {
		font-size: 130px;
	}

	.calendar-wrap .calendar-right {
		margin-top: 30px;
	}

	.modal-front.modal .modal-dialog {
		max-width: 290px;
		width: 100%;
	}
}

@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-sm>.table-bordered {
		border: 0;
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width:480px) {
	.nq-cookies {
		width: 100%;
	}

	.nq-cookies .nq-c-info br {
		display: block;
	}

	.nq-cookies .nq-c-btn {
		margin-left: 0;
		margin-top: 5px;
	}

	.cms .img {
		width: 100%;
	}

	.cms .image {
		max-width: 100% !important;
	}

	.blog_01 .gap:nth-child(n+1) {
		margin: 30px 0 0 0;
	}

	.news_01 .gap:nth-child(n+1) {
		margin: 30px 0 0 0;
	}

	.sitemap_01 .cols {
		-webkit-column-count: 1;
		-khtml-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:479px) {
	.frm-meeting .member-details-show .box-member {
		width: 100%;
	}
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: attr(title);
	}

	pre {
		white-space: pre-wrap !important;
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important;
	}

	.table-dark {
		color: inherit;
	}

	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6;
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}

	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}


.page_section.calendar-details .container,
.page_section.frm-meeting .container {
	max-width: 980px;
	width: 100%;
}

.red,
.red-text {
	color: red;
}


.cm-title {
	font-size: 24px;
	margin: 0 0 10px 0;
}

.cm-title.mb-10 {
	margin-bottom: 15px;
}

.day-title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 15px 0 5px 0;
}

.mt-15 {
	margin-top: 15px;
}

.full-time .spinner-border.showHideSpin {
	display: block;
}

.error-page {
	position: relative;
}

.error-page .container {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}

.dis-table {
	display: table;
	min-height: 100vh;
	width: 100%
}

.dis-table .dis-cell {
	display: table-cell;
	vertical-align: middle;
}

.error-page .content {
	margin: 40px 0;
}

.error-page .title {
	font-weight: bold;
	color: #a3cc32;
	font-size: 35px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.error-page .desc {
	color: #666666;
	font-size: 16px;
	line-height: 150%;
	margin: 25px 0 0 0;
	padding: 0;
}

.error-page .back-btn {
	margin: 25px 0 0 0;
}

.error-page .back-btn .btn {
	background: #a3cc32;
	color: #ffffff;
	border-color: #a3cc32;
}

.error-page .back-btn .btn:hover {
	background: #666666;
	color: #ffffff;
	border-color: #666666;
}

.page_section.notfound_01 {
	margin: 0;
}

.page_section.notfound_01 .icon {
	font-size: 80px
}


@media (max-width: 1199px) {
	header.header_01 .header-section .hs-left {
		margin: 20px 0 15px 0;
	}

	.page_section {
		padding-top: 15px;
	}
}

@media (max-width: 1024px) {
	.page_section.form-details.frm-meeting {
		padding-top: 5px;
	}
}

@media (max-width: 991px) {

	.cm-title {
		font-size: 24px;
	}

	.calendar-wrap .calendar-left .datepicker .datepicker-switch,
	.calendar-wrap .calendar-left .datepicker .next,
	.calendar-wrap .calendar-left .datepicker .prev {
		font-size: 18px;
	}

	.calendar-wrap .calendar-left .datepicker .dow {
		font-size: 15px;
	}

}

@media (max-width: 767px) {

	.cm-title {
		font-size: 22px;
	}

	.calendar-wrap .calendar-right .full-time ul {
		height: auto
	}

	footer .footer-default {
		padding-top: 0
	}

	.cldashboard-page {
		padding: 10px;
	}

	.calendar-wrap .calendar-left .datepicker .dow {
		font-size: 14px;
	}

	.day-title {
		margin-top: 5px;
	}

	.calendar-wrap .calendar-left .datepicker .datepicker-days .day.active {
		font-size: 15px;
	}

	.calendar-wrap .calendar-left .datepicker .datepicker-switch,
	.calendar-wrap .calendar-left .datepicker .next,
	.calendar-wrap .calendar-left .datepicker .prev {
		font-size: 16px;
	}

	.notfound_01 .bg-404 {
		padding: 25px 10px;
	}

	.notfound_01 .desc {
		font-size: 16px
	}

}

@media (max-width: 360px) {

	.calendar-wrap .calendar-left {
		padding: 5px;
	}

	.calendar-wrap .calendar-left .datepicker .dow {
		font-size: 12px;
	}

	.datepicker .datepicker-days .day {
		padding: 6px;
	}

	.day-title {
		font-size: 18px;
	}

}

/*17-09-2021*/

/*
  	Flaticon icon font: Flaticon
  	Creation date: 24/01/2020 06:37
  	*/

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.woff") format("woff");
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 20px;
}

.flaticon-tap:before {
	content: "\f100";
}

.flaticon-fingerprint:before {
	content: "\f101";
}

.flaticon-notification:before {
	content: "\f102";
}

.flaticon-settings:before {
	content: "\f103";
}

.flaticon-language:before {
	content: "\f104";
}

.flaticon-place:before {
	content: "\f105";
}

.booking-design {
	padding: 100px 0 100px
}

.booking-design .title_bd {
	font-size: 4.20875rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-align: left;
	color: #666666;
	max-width: 450px;
}

.booking-design .title_bd span {
	font-size: 4.20875rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.01em;
	color: #aad040;
}

.booking-design .desc p {
	letter-spacing: -0.01em;
	text-align: left;
	color: #666666;
	font-size: 1.125rem;
	line-height: 2;
	font-weight: 500;
	padding-top: 48px;
	max-width: 450px;
}

.booking-design.booking-info {
	padding: 100px 0;
	background: #f1f1f1;
}

.booking-info .title_bd {
	max-width: 100%
}

.booking-info .desc p {
	max-width: 100%
}

.featured-icon>span::before {
	font-size: 4.25rem;
	line-height: 1;
	color: var(--secondary-color-2);
	margin: 0;
}

.booking-info p {
	letter-spacing: -0.01em;
	text-align: left;
	color: #666666;
	font-size: 1.125rem;
	line-height: 2;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}

.booking-design.booking-info .icon-box .fa {
	font-size: 68px
}

footer .footer-default .link li {
	margin: 3px 0;
	display: flex;
	align-items: center;
}

footer .footer-default .link li a img {
	margin-left: 5px
}

footer .footer-default .link {
	justify-content: center;
	display: flex;
}

footer .footer-default .link li a {
	display: flex;
	align-items: center;
}

@media(max-width:1199px) {

	.booking-design .title_bd,
	.booking-design .title_bd span {
		font-size: 2.125rem;
		line-height: 1;
	}

	.booking-design .desc p,
	.booking-info p {
		font-size: 1rem;
		line-height: 1.5;
	}

	.booking-design .desc p {
		padding-top: 20px
	}

	.booking-info p {
		padding-top: 10px
	}

	.booking-design {
		padding: 50px 0
	}

	.booking-design.booking-info {
		padding: 50px 0;
		margin-bottom: 50px
	}

	.booking-design.booking-info {
		margin-bottom: 50px
	}
}

.page_section.terms_conditions_01 {
	padding: 60px 0
}

@media(max-width:767px) {
	.page_section.terms_conditions_01 {
		padding: 35px 0
	}
}

.canceled.thankyou_01 .icon {
	padding: 10px 16px;
}

.light-bg {
	background: rgba(155, 155, 155, .1);
}

.frm-meeting span.required {
	padding: 0;
}

.frm-meeting label {
	padding: 8px 0;
}

.page_section.calendar-details .container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.weekly-calender .alldatesdatas .sm-date {
	text-align: center;
	width: 120px;
	min-height: 95px;
	justify-content: left;
}

.weekly-calender .alldatesdatas .year .cal-date {
	text-align: center;
	line-height: 40px;
	background-color: transparent;
	border: 1px solid transparent;
	color: #324562;
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 100%;
	font-size: 22px;
	transition: all 0.5s ease-in-out;
}

.weekly-calender .alldatesdatas .year .cal-date.active {
	background-color: #324562;
	border: 1px solid #324562;
	color: #fff;
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 100%;
}

/* .weekly-calender .alldatesdatas .sm-date + .sm-date {
    border-left: 1px dashed #dbdbdb;
} */

.weekly-calender .alldatesdatas .year .day,
.weekly-calender .alldatesdatas .year .month {
	color: #70757A;
	font-size: 13px;
	font-weight: 500;
}

.weekly-calender .full-time ul li .btn {
	padding: 7px;
}

.weekly-calender .full-time ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .1);
}

.weekly-calender .full-time ul::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(0, 0, 0, .1);
}

.weekly-calender .full-time ul::-webkit-scrollbar-thumb {
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #878a99;
}

.weekly-calender .carousel-control-prev,
.weekly-calender .carousel-control-next {
	/* background-color: #324562; */
	width: 35px;
	height: 35px;
	border-radius: 25px;
	top: 45px;
}

.weekly-calender .carousel-control-prev-icon,
.weekly-calender .carousel-control-next-icon {
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='60' height='60' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M9 19a1 1 0 0 1-.71-1.71l5.3-5.29-5.3-5.29a1 1 0 0 1 1.42-1.42l6 6a1 1 0 0 1 0 1.41l-6 6A1 1 0 0 1 9 19z' data-name='15' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.weekly-calender .carousel-control-prev-icon {
	transform: rotate(180deg);
}

.weekly-calender .carousel-control-next-icon {
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23324562' width='5' height='5' viewBox='0 0 5 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") */

}

.calendar-details .user-details .user-photo img {
	width: 80px;
}

.calendar-details .calendar-timeslotdesign .calendar-left .user-photo img {
	width: 90px;
	height: 90px;
}

.user-details {
	background: #fafafa;
	border-radius: 15px;
	padding: 30px 30px 0;
	margin: 0;
	border: 1px solid #e7ecf1;
}

.user-details .user-name {
	font-weight: 500;
}

.user-details .user-photo img {
	border-radius: 100%;
	background: rgb(47 69 98 / 20%);
}

.calendar-details .calendar-wrap .calendar-left {
	height: auto;
	background-color: transparent;
}

.calendar-wrap .calendar-right .weekly-calender .full-time ul {
	height: auto;
}

.calendar-wrap .calendar-right .weekly-calender .owl-stage-outer {
	height: 600px;
	overflow-y: auto;
	margin-right: -15px;
	margin-top: 10px;
}

.calendar-details .calendar-right .bootstrap-select .btn.dropdown-toggle {
	border-radius: 5px;
	padding: 15px 12px;
	height: 45px;
}

.calendar-details .calendar-wrap .calendar-right .time-list ul li .btn {
	/* border-radius: 5px; */
	padding: 15px 12px;
	height: 40px;
}

.calendar-details .calendar-wrap .calendar-left .nqtitle,
.calendar-details .calendar-wrap .calendar-left .datepicker th,
.calendar-details .calendar-wrap .calendar-left .datepicker .datepicker-days .day {
	color: #324562;
}

.calendar-details .calendar-wrap .calendar-left .datepicker .datepicker-days .day {
	font-weight: 500;
}

.datepicker .datepicker-days .day.disabled {
	color: #656464 !important;
}

/* .cldashboard-page{
	background: #fafafa;
	border-radius: 15px;
} */
.calendar-details .calendar-wrap .calendar-left .datepicker .datepicker-days .day.active,
.calendar-wrap .calendar-left .datepicker .datepicker-days .day:hover:hover {
	background: #304460db !important;
	color: #fff !important;
}

.calendar-wrap .calendar-right .full-time ul li .btn {
	border-color: #32456299 !important;
	border-radius: 5px;
}

/* .calendar-wrap .calendar-right .time-list ul li button{
	border-radius:5px;
} */
.calendar-wrap .calendar-right .time-list ul li button+button:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.calendar-wrap .calendar-right .time-list ul button+button:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media(max-width:1085px) {
	.calendar-details .calendar-wrap .calendar-right .full-time ul li .btn {
		min-width: 84px !important;
		display: block;
	}
}

@media(max-width:1199px) {
	.calendar-details .calendar-wrap .calendar-right .full-time ul li .btn {
		min-width: 90px;
	}

	.weekly-calender .alldatesdatas .sm-date {
		width: 100px;
	}

	.weekly-calender .alldatesdatas .year .cal-date {
		font-size: 18px;
	}

}

@media(max-width:1024px) {

	/* .cldashboard-page .calendar-wrap .col-lg-4, .cldashboard-page .calendar-wrap .col-lg-8{
		flex: 0 0 100%;
    max-width: 100%;
	} */
	.weekly-calender .alldatesdatas .sm-date {
		width: 120px;
	}
}

.calendar-details .calendar-right .owl-carousel .owl-item>.item,
.owl-theme .owl-item>.item {
	flex-direction: row;
	justify-content: center;
}

.calendar-details .calendar-right .owl-carousel .owl-nav .owl-prev span,
.calendar-details .calendar-right .owl-carousel .owl-nav .owl-next span {
	color: #2c4460;
	font-size: 35px;
	font-weight: 600;
}

.calendar-details .calendar-right .owl-carousel .owl-nav .owl-prev,
.calendar-details .calendar-right .owl-carousel .owl-nav .owl-next {
	background-color: transparent;
}

.calendar-details .calendar-right .owl-carousel .owl-dot.disabled {
	display: none;
}

.calendar-details .calendar-right .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -35px;
	top: 30px;
}

.calendar-details .calendar-right .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -26px;
	top: 30px;
}

@media(max-width:767px) {
	.calendar-details .calendar-right .owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.calendar-details .calendar-right .owl-carousel .owl-nav .owl-next {
		right: 0;
	}
}
.thankyou_01 .thankyou-bg .btn { height:auto; padding:15px 30px }
.thankyou_01 .thankyou-bg .btn:hover {
	background-color: #f99f1e !important;
	border-color: #f99f1e !important;
}

.cldashboard-page .calendar-wrap {
	border: 1px solid #b7b7b7;
	border-radius: 15px;
	margin-bottom: 40px;
}

/* .cldashboard-page { padding:15px; margin:0; border:1px solid #e7ecf1; clear:both; } */

.calendar-wrap .calendar-right .weekly-calender .owl-stage-outer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .1);
}

.calendar-wrap .calendar-right .weekly-calender .owl-stage-outer::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.calendar-wrap .calendar-right .weekly-calender .owl-stage-outer::-webkit-scrollbar-thumb {
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #878a99;
}

.calendar-wrap .calendar-right .full-time ul li.active button {
	background-color: #4a5d7429 !important;
}

.calendar-wrap .calendar-right .full-time ul li {
	position: relative;
}

.calendar-wrap .calendar-right .full-time ul li i {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 12px;
	color: cornflowerblue;
	display: none;
}

.calendar-wrap .calendar-right .full-time ul li.active i {
	display: block;
}

.cldashboard-page button.c-booking {
	color: #fff;
	background-color: #4a5d74;
	border-color: #4a5d74;
	margin: 20px auto 0 auto;
	display: block;
}

.cldashboard-page button.c-booking:hover {
	background-color: #32456299;
	border-color: #32456299;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .form-switch {
	padding-left: 0 !important;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .form-switch .form-check-input {
	margin-left: 15px;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .addMeetingUser,
.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .removeMultipleUser {
	margin-top: 30px;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .btn-primary {
	background-color: #405189 !important;
	border-color: #405189 !important;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .btn-danger {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .form-md-line-input input[readonly] {
	background-color: #c1c1c170;
	cursor: not-allowed;
}

.calender-left-user-profiles .user-name h3 {
	font-size: 16px;
}

.calender-left-user-profiles .row {
	max-width: 100%;
	width: 150px;
	height: 160px;
}

.calendar-wrap .calendar-left .calender-left-user-profiles {
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
}

@media(max-width:768px) {

	.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .addMeetingUser,
	.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .c-row .removeMultipleUser {
		margin-top: 0px;
		margin-bottom: 10px;
		display: inline;
	}

	.booked-slots-details {
		position: static;
		transform: none;
	}
}

.calendar-left .calender-left-user-profiles::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .1);
}

.calendar-left .calender-left-user-profiles::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(0, 0, 0, .1);
}

.calendar-left .calender-left-user-profiles::-webkit-scrollbar-thumb {
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #878a99;
}

.booked-slots-details {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}

.booked-slots-details h2,
.booked-slots-details p {
	color: #405189;
}

.clip-btn {
	justify-content: space-between;
	align-items: start;
}

.clip-btn .btn-secondary {
	min-width: 20px;
}

@media(max-width:767px) {
	.clip-btn {
		align-items: center;
	}
}

@media(max-width:575px) {
	.clip-btn {
		align-items: start;
		margin-top: 5px;
		/* flex-direction: column; */
	}
}

.q-checkbox input.error {
	display: inline-block;
}

.frm-meeting .form-control#meetingEmailBody {
	height: auto !important;
}

.outer-meeting-wrap .outer-meeting-wrap-inner #bookAppointment .form-md-line-input .form-control.form-select:disabled {
	background-color: #c1c1c170;
	cursor: not-allowed;
}

.coming-soon-page .nqtitle {
	color: #2c4460cc;
	font-size: 50px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.coming-soon-page .coming-image img {
	width: 450px;
}

@media(max-width:767px) {
	.coming-soon-page .coming-image img {
		width: 350px;
	}

	.coming-soon-page .nqtitle {
		font-size: 35px;
	}
}

#formbuildername .form-group .label-title .required {
	display: inline;
}

#formbuildername.form_builder {
	max-width: 1200px;
	border-radius: 10px;
	margin-top: 40px;
}

#formbuildername .form-group .form-control {
	height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
}

#formbuildername .form-group .ac-radio-inline,
#formbuildername .form-group .ac-checkbox-inline {
	margin-top: 12px;
}

#formbuildername.form_builder .btn {
	max-width: 150px;
	height: 45px;
	border-radius: 5px;
	margin: 30px auto 0;
	display: block;
}

.datetimepicker.dropdown-menu .table-condensed {
	width: 290px;
}

.datetimepicker.dropdown-menu .table-condensed thead {
	background-color: #2c4460;
	color: #fff;
}

.datetimepicker.dropdown-menu .table-condensed thead tr th {
	padding: 10px;
}

.datetimepicker.dropdown-menu .table-condensed tr td.day {
	height: 40px;
	line-height: 40px;
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover.active {
	background-color: #2c4460 !important;
}

.datepicker .prev,
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .dow {
	background-color: #2c4460 !important;
}

.datepicker .prev:hover,
.datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .dow:hover {
	background-color: #3763eb !important;
}

.datetimepicker table tr td.day:hover,
.datetimepicker table tr td.hour:hover,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td.minute:hover,
.datetimepicker tfoot tr:first-child th:hover,
.datetimepicker thead tr:first-child th:hover {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)) !important;
	background-image: -webkit-linear-gradient(top, #08c, #04c) !important;
	color: #fff;
}

.bootstrap-timepicker-widget.dropdown-menu {
	width: 200px;
}

.bootstrap-timepicker-widget table td input {
	width: 45px !important;
	height: 30px;
	font-size: 15px;
	border: 1px solid #5e5c5c;

}

.bootstrap-timepicker-widget table td {
	height: auto !important;
}

.bootstrap-timepicker-widget table td a i {
	font-size: 12px !important;
}

.bootstrap-timepicker-widget table td a {
	padding: 4px 0 !important;
}

.close_time,
.bootstrap-timepicker .time_pick .timepicker_wrap {
	display: none !important;
}


/* Homepage */
body {
	font-family: "Roboto", sans-serif;
}

.header-sec {
	padding: 20px 0
}

.header-sec .logo {
	max-width: 290px
}

.header-sec .navbar-toggle {
	background: none;
	box-shadow: none;
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	width: 32px;
	height: 24px;
	cursor: pointer;
	right: 2rem;
	top: 2rem;
	z-index: 20;
}

.header-sec .navbar-toggle span {
	width: 100%;
	height: 4px;
	background-color: #2f4562;
	border-radius: 12px;
	display: block;
	transition: background-color 0.5s ease-in-out;
}

.header-sec .navbar-toggle span::before,
.header-sec .navbar-toggle span::after {
	content: '';
	width: 100%;
	background-color: #2f4562;
	display: block;
	transition: all 0.5s ease-in-out;
	border-radius: 12px;
	height: 4px;
}

.header-sec .navbar-toggle span::before {
	transform: translateY(-10px);
}

.header-sec .navbar-toggle span::after {
	transform: translateY(10px);
	margin-top: -4px;
}

.header-sec .navbar-toggle[aria-expanded="true"] span {
	background-color: transparent;
}

.header-sec .navbar-toggle[aria-expanded="true"] span::before {
	transform: rotateZ(45deg) translateY(0);
}

.header-sec .navbar-toggle[aria-expanded="true"] span::after {
	transform: rotateZ(-45deg) translateY(0);
}

.header-sec .navbar-nav {
	margin-right: 50px
}

.header-sec .navbar-nav .nav-item+.nav-item {
	margin-left: 40px
}

.header-sec .navbar-nav .nav-link {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2f4562;
	padding: 0
}

.header-sec .navbar-nav .nav-link:hover {
	color: #f99f1e
}

.footer-sec {
	background: #F4F7FC;
	color: #2f4562;
	padding: 50px 0 40px;
	margin-top: 50px;
	font-size: 14px;
	font-weight: 500
}

.footer-sec .f-link {
	margin: 0;
	padding: 0
}

.footer-sec .f-link li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 500
}

.footer-sec .f-link li+li {
	margin-left: 25px
}

.footer-sec .f-link a {
	color: #2f4562;
}

.footer-sec .f-link a:hover, .footer-sec .f-link a.active {
	color: #f99f1e
}

.footer-sec .f-logo {
	max-width: 300px
}

.footer-sec .contact-info .f-title {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #2f4562;
	margin: 0 0 20px 0
}

.footer-sec .contact-info ul {
	margin: 0;
	padding: 0
}

.footer-sec .contact-info ul li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: 500
}

.footer-sec .contact-info li+li {
	margin-top: 18px
}

.footer-sec .contact-info li .icon {
	position: absolute;
	left: 0;
	top: 0px
}

.footer-sec .contact-info li .icon svg {
	width: 18px;
	height: 18px;
	fill: #f99f1e
}

.footer-sec .contact-info li .icon svg path {
	fill: #f99f1e
}

.footer-sec .contact-info li,
.footer-sec .contact-info li a {
	color: #2f4562;
}

.footer-sec .contact-info li a:hover {
	color: #f99f1e;
}

.footer-sec hr {
	margin: 40px 0 30px;
	border: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1
}

.meeting-sec+.footer-sec,
.services-sec+.footer-sec,
.whychooseus-sec+.footer-sec {
	margin-top: 0
}

.cm-btn-primary,
.cm-btn-secondary {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	border-radius: 50px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #f99f1e;
	padding: 15px 40px;
	text-transform: capitalize;
	z-index: 1;
	outline: none;
	text-decoration: none;
}

.cm-btn-primary:before,
.cm-btn-secondary:before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: 1;
	opacity: 0;
	background-color: #2f4562;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1);
	z-index: -1;
}

.cm-btn-primary:hover::before,
.cm-btn-secondary:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.cm-btn-primary:hover,
.cm-btn-secondary:hover,
.cm-btn-primary:focus,
.cm-btn-secondary:focus {
	color: #fff
}

.cm-btn-secondary {
	background-color: #2f4562;
}

.cm-btn-secondary:before {
	background-color: #f99f1e;
}

.banner-sec {
	position: relative;
	border-bottom: 1px solid #eaf0f5;
	/* background:linear-gradient(to left, #ffc107, #f99f1e);*/
	background: linear-gradient(to left, #06387b, #18355b);
	padding: 100px 0 0 0;
	overflow: hidden;
}

.banner-sec .banner-content {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 70px
}

.banner-sec .banner-img {
	max-width: 90%;
	margin: 0 auto;
}

.banner-sec .banner-img img {
	margin-bottom: -5px
}

.banner-sec .shape {
	position: absolute;
	right: 0;
	top: 0
}

.banner-sec .round {
	position: absolute;
	margin: auto;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 100%;
	width: 75vh;
	height: 75vh;
	bottom: auto;
	top: -20vh;
	left: auto;
	right: -5%;
	animation: bannerAnim 3s ease-in-out infinite;
}

@keyframes bannerAnim {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.banner-sec .title {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 120%
}

.banner-sec .desc {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 160%
}

.banner-sec .title+.desc {
	margin-top: 20px
}

.cm-title {
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	line-height: 120%;
	font-weight: 900;
	color: #2f4562
}

.whychooseus-sec {
	padding: 100px 0
}

.whychooseus-sec .desc {
	letter-spacing: 0.2px
}

.services-sec {
	background: #F4F7FC;
	padding: 80px 0
}

.services-sec .cm-title {
	margin-bottom: 60px
}

.services-sec .gap {
	margin-bottom: 40px
}

.services-sec .services-box {
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 20px 81px 0 rgba(8, 0, 20, .05);
	height: 100%;
	transition: .5s ease-in-out
}

.services-sec .services-box:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	border-radius: 10px;
	background-color: #fff
}

.services-sec .services-box:before {
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -3;
	border-radius: 10px;
	position: absolute;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-image: linear-gradient(45deg, #144f9d 32%, #f1f1f1 100%)
}

.services-sec .services-box:hover {
	-webkit-transform: translate(-7px, -7px);
	-ms-transform: translate(-7px, -7px);
	transform: translate(-7px, -7px);
}

.services-sec .services-box:hover:before {
	-webkit-transform: translate(7px, 7px);
	-ms-transform: translate(7px, 7px);
	transform: translate(7px, 7px);
}

.services-sec .services-box .icons {
	max-width: 65px;
	margin: 0 0 10px 0
}

.services-sec .services-box .sm-title {
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #2f4562;
	line-height: 120%;
	margin: 0 0 15px 0
}

.services-sec .services-box p {
	font-size: 14px
}

.meeting-sec {
	padding: 90px 0
}

.meeting-sec .mt-ul {
	margin: 0;
	padding: 0 0 0 50px;
}

.meeting-sec .mt-ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

.meeting-sec .mt-ul li+li {
	margin-top: 15px
}

.meeting-sec .mt-ul .box {
	position: relative;
	padding: 22px 32px 20px;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.4s ease-in-out;
	border-radius: 10px
}

.meeting-sec .mt-ul .box:after {
	position: absolute;
	content: "";
	background: #049507;
	height: 0;
	width: 5px;
	left: -2px;
	top: 50%;
	border-radius: 50px;
	transform: translateY(-50%);
	transition: 0.3s all ease-in-out;
}

@media(min-width: 1279px) {
	.meeting-sec .mt-ul .box:hover {
		box-shadow: 0 3px 43px 0 rgba(0, 0, 0, .1);
		transform: translateX(20px)
	}

	.meeting-sec .mt-ul .box:hover:after {
		height: 60px;
	}
}

.meeting-sec .mt-ul .box .icon {
	position: relative;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #d9f3de;
	display: flex;
	align-items: center;
	justify-content: center;
}

.meeting-sec .mt-ul .box .icon:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 5px;
	width: 90%;
	height: 90%;
	margin: 0 auto;
	border: 5px solid #fff;
	border-radius: 100%;
}

.meeting-sec .mt-ul .box .icon svg {
	width: 35px;
}

.meeting-sec .mt-ul li:nth-child(2) .icon {
	background-color: #e1e1f5;
}

.meeting-sec .mt-ul li:nth-child(3) .icon {
	background-color: #ebdcf4;
}

.meeting-sec .mt-ul li:nth-child(2) .box:after {
	background-color: #6c2b95
}

.meeting-sec .mt-ul li:nth-child(3) .box:after {
	background-color: #d912dc
}

.meeting-sec .mt-ul .box .content {
	width: calc(100% - 130px);
	margin-left: 35px;
}

.meeting-sec .mt-ul .box .content .sm-title {
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #2f4562;
	margin: 0 0 5px 0
}

.meeting-sec .mt-ul .box .content p {
	font-size: 14px;
	let
}

.inner-page-banner {
	background: #2f4562;
	background: linear-gradient(to left, #0849a1, #18355b);
	padding: 70px 0;
	margin-bottom: 50px
}

.inner-page-banner .cm-title {
	font-weight: 700
}

.inner-page-banner .breadcrumb {
	background: none;
	padding: 5px 0 0 0;
	justify-content: center;
	color: #ffffff
}

.inner-page-banner .breadcrumb a {
	color: #ffffff
}

.inner-page-banner .breadcrumb a:hover,
.inner-page-banner .breadcrumb .active {
	color: #f99f1e
}

.inner-page-banner .breadcrumb .breadcrumb-item::before {
	color: #ffffff;
	opacity: 0.5
}

.cm-form-sticky {
	position: sticky;
	top: 35px;
	background: #F4F7FC;
	border-left: 5px solid #e0e7f3;
	padding: 30px;
	border-radius: 15px;
	word-wrap: break-word;
}

.cm-form-sticky .mt-0 {
	margin-top: 0 !important
}

.cm-form-sticky .nqtitle-small {
	font-size: 16px;
	font-weight: 600
}

.cm-form-sticky,
.cm-form-sticky p,
.cm-form-sticky a {
	color: #000000;
	font-size: 16px
}

.cm-form-sticky p br {
	display: none;
}

.cm-form-sticky a:hover {
	color: #f99f1e;
}

.cm-form-sticky .dining-contact {
	padding-bottom: 25px
}

.cm-form-sticky .dining-contact+.dining-contact {
	border-top: 1px solid #e0e7f3;
	padding-top: 25px;
}

.cm-form-sticky .dining-contact:last-child {
	padding-bottom: 0
}

.contact-page .cm-form {
	padding: 50px 40px;
	border-radius: 20px;
	border-left: 6px solid #e0e7f3;
	background: #F4F7FC
}

.contact-page .cm-form .form_builder {
	max-width: 100%;
	box-shadow: none;
	padding: 0;
	margin: 0 !important
}

.contact-page .cm-form .cm-title {
	font-size: 35px;
	margin: 0 0 15px 0
}

.contact-page .cm-form [class^="col-"],
.contact-page .cm-form [class*=" col-"] {
	flex: 0 0 100%;
	max-width: 100%
}

.contact-page .cm-form .form_builder .btn {
	position: relative;
	height: auto !important;
	max-width: auto !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	border-radius: 50px !important;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #2f4562;
	padding: 15px 40px;
	text-transform: capitalize;
	z-index: 1;
	outline: none;
	text-decoration: none;
	margin: 25px 0 0 0 !important;
	border: 0
}

.contact-page .cm-form .form_builder .btn:before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: 1;
	opacity: 0;
	background-color: #f99f1e;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1);
	z-index: -1;
}

.contact-page .cm-form .form_builder .btn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.contact-page .cm-form .form_builder .btn:hover {
	color: #fff
}

.contact-page .cm-form .form-group .form-control {
	border-radius: 8px !important;
	height: auto !important;
	padding: 15px 20px 14px
}

.contact-page .cm-form .form-group .form-control:focus {
	border-color: #bdc6d1 !important
}

.contact-page .cm-form .form-group textarea.form-control {
	height: 100px !important;
}

.contact-page .cm-form .form-group {
	margin-bottom: 25px
}

.contact-page .contact-info {
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%
}

.contact-page .contact-info li {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact-page .contact-info li+li {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #ededed;
}

.contact-page .address-box {
	position: relative;
	padding: 0 0 0 75px;
}

.contact-page .address-box .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.contact-page .address-box .icon svg {
	width: 52px;
	height: 52px;
}

.contact-page .address-box .icon svg,
.contact-page .address-box .icon svg path {
	fill: #f99f1e;
}

.contact-page .address-box .title {
	font-size: 22px;
	margin: 0 0 5px 0;
	line-height: 100%;
}

.contact-page .address-box p {
	font-size: 18px;
	margin: 0;
}

.contact-page .address-box p a {
	color: inherit;
}

.contact-page .address-box p a:hover {
	color: #f99f1e;
}

.contact-page .md-title {
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	line-height: 110%;
	font-weight: 700;
	color: #2f4562
}

.contact-page .md-title+p {
	font-size: 15px
}

.contact-page .error {
	font-size: 15px
}


@media(min-width: 1360px) {

	/*	header .container, footer .container, .whychooseus-sec .container, .services-sec .container, .meeting-sec .container { max-width: 1280px; }*/
	.container {
		max-width: 1280px;
	}
}

@media(max-width: 1440px) {
	.cm-title {
		font-size: 35px
	}

	.contact-page .md-title {
		font-size: 40px;
	}
}

@media(max-width: 1279px) {
	.whychooseus-sec {
		padding: 80px 0
	}

	.meeting-sec .mt-ul .box {
		padding: 20px 0
	}

	.banner-sec .banner-img {
		max-width: 98%
	}
}

@media(max-width: 992px) {
	.header-sec .navbar-collapse {
		position: fixed;
		left: -400px;
		width: 280px;
		top: 0;
		bottom: 0;
		background: #fff;
		z-index: 999;
		transition: all 0.5s ease-in-out;
		height: 100vh;
	}

	.header-sec .navbar-collapse.show {
		left: 0;
	}

	.header-sec .cm-btn-primary+.navbar-toggle {
		margin-left: 20px
	}

	.header-sec .navbar-nav {
		margin: 20px
	}

	.header-sec .navbar-nav .nav-item+.nav-item {
		margin: 20px 0 0 0
	}

	.banner-sec {
		padding-top: 80px
	}

	.meeting-sec .mt-ul {
		padding: 30px 0 0 0
	}

	.whychooseus-sec .content {
		padding: 0 0 30px 0
	}

	.contact-page .cm-form {
		margin-bottom: 50px
	}
}

@media(max-width: 767px) {
	.cm-title {
		font-size: 28px
	}

	.header-sec .container {
		max-width: 100%;
	}

	.header-sec .logo {
		max-width: 240px
	}

	.banner-sec {
		padding-top: 40px
	}

	.banner-sec .title {
		font-size: 28px
	}

	.banner-sec .banner-content {
		padding-bottom: 30px
	}

	.banner-sec .desc {
		font-size: 14px
	}

	.services-sec {
		padding: 40px 0 10px;
	}

	.services-sec .cm-title {
		margin-bottom: 30px;
	}

	.services-sec .services-box .sm-title {
		font-size: 18px
	}

	.meeting-sec {
		padding: 40px 0;
	}

	.meeting-sec .mt-ul {
		padding: 20px 0 0 0
	}

	.meeting-sec .mt-ul .box {
		display: block;
	}

	.meeting-sec .mt-ul .box .content {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.whychooseus-sec {
		padding: 40px 0
	}

	.footer-sec {
		padding: 35px 0
	}

	.footer-sec .f-logo {
		max-width: 240px;
	}

	.footer-sec .f-link {
		margin-bottom: 20px
	}

	.footer-sec .contact-info {
		margin-top: 25px
	}

	.footer-sec .contact-info .f-title {
		font-size: 18px;
		margin-bottom: 15px
	}

	.footer-sec .contact-info ul li br {
		display: none;
	}

	.footer-sec hr {
		margin: 30px 0
	}

	.inner-page-banner {
		padding: 40px 0
	}

	.inner-page-banner .breadcrumb {
		display: none;
	}

	.cm-form-sticky {
		position: static;
		margin: 0 0 40px 0
	}

	.contact-page .cm-form {
		padding: 25px; border-radius: 16px; border-left-width: 4px;
	}

	.contact-page .cm-form .cm-title {
		font-size: 28px; margin-bottom: 10px;
	}
	.contact-page .cm-form .form-group { margin-bottom:20px }
	.contact-page .cm-form .form-group .form-control {
		padding: 12px 20px
	}

	.contact-page .md-title {
		font-size: 30px
	}

	.contact-page .address-box .title {
		font-size: 20px
	}

	.contact-page .address-box p {
		font-size: 16px
	}
	.thankyou_01 .title { font-size:45px }
	.thankyou_01 .desc { font-size:15px; line-height:150%; }
	.thankyou_01 .great_day { font-size:24px }
}

@media(min-width: 575px) and (max-width: 767px) {

	.header-sec .cm-btn-primary,
	.header-sec .cm-btn-secondary {
		padding: 10px 25px;
		font-size: 14px
	}
}

@media(max-width: 575px) {
	.header-sec .logo {
		margin: 0 auto 10px;
	}

	.header-sec .cm-btn-primary,
	.header-sec .cm-btn-secondary {
		padding: 10px 25px;
	}

	.header-sec .cover {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 15px 0 0 0
	}
}

@media(max-width: 375px) {
	.banner-sec .title {
		font-size: 24px
	}
}